Name | Description | |
---|---|---|
![]() | ObservableDictionary<TKey,TValue> Constructor |
The following tables list the members exposed by ObservableDictionary<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | ObservableDictionary<TKey,TValue> Constructor |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Item | Overloaded. Gets or sets the element with the specified key. |
![]() | Keys | Gets an ICollection containing the keys of the ObservableDictionary<TKey,TValue>. |
![]() | Values | Gets an ICollection containing the values in the ObservableDictionary<TKey,TValue>. |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | ContainsKey | Determines whether the ObservableDictionary<TKey,TValue> contains an element with the specified key. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | Remove | Overloaded. Removes the element with the specified key from the ObservableDictionary<TKey,TValue>. |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
![]() | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | ClearItems | Overridden. |
![]() | InsertItem | Overridden. |
![]() | MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | OnItemChanged | Fires the ItemChanged event. |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | RemoveItem | Overridden. |
![]() | SetItem | Overridden. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |
![]() | ItemChanged | Occurs when a item value changes. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>) |